[Manager Summary]

PMValidatePrintSettings


Ensures that the print settings are compatible with the driver for the current printer.
OSStatus PMValidatePrintSettings(PMPrintSettings printSettings, Boolean *settingResult)
PARAMETERS
printSettings
The PMPrintSettings object previously created for the current printing session. The PMValidatePrintSettings function checks whether the values in this object are compatible with the current version of the driver for the current printer. If the values in the object aren't compatible, then the function adjusts the object with the default values for the printer driver.
settingResult
A Boolean value of TRUE if the values in the PMPrintSettings object were changed to maintain compatibility with the printer driver, FALSE if no changes were needed and no changes were made.
function result
A result code. See Result Codes.
DISCUSSION


CARBON PORTING NOTES
 The PMValidatePrintSettings and PMValidatePageFormat functions replace the Printing Manager function PrValidate.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.